From: Luc Teirlinck Date: Tue, 24 Feb 2004 03:32:29 +0000 (+0000) Subject: (Finsert_abbrev_table_description): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~23941 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f65c7d09559e09a25dc5dfaa63e39f1c20bd6a97;p=emacs.git (Finsert_abbrev_table_description): Doc fix. --- diff --git a/src/abbrev.c b/src/abbrev.c index 1cf06946631..41e329ac95d 100644 --- a/src/abbrev.c +++ b/src/abbrev.c @@ -540,7 +540,8 @@ is inserted. Otherwise the description is an expression, a call to `define-abbrev-table', which would define the abbrev table NAME exactly as it is currently defined. -Abbrevs marked as "system abbrevs" are omitted. */) +Abbrevs marked as "system abbrevs" are normally omitted. However, if +READABLE is non-nil, they are listed. */) (name, readable) Lisp_Object name, readable; {